home *** CD-ROM | disk | FTP | other *** search
- if (!IS.isModuleInitialized("IS.NOF.UTIL.DefaultLocale"))
- {
- /****i* SOURCE_FILE/INFO
- *
- * NAME
- * DefaultLocale.js
- *
- * USAGE
- * Part of Netobjects JavaScript Library.
- *
- * COPYRIGHT
- * Copyright ⌐ 2000-2005 Website Pros, Inc.
- * All Rights Reserved.
- *
- * This is an unpublished work protected by Website Pros, Inc.
- * as a trade secret, and is not to be used or disclosed except as
- * expressly provided in a written license agreement executed by
- * you and Website Pros, Inc.
- *
- * <copyright@websitepros.com>
- *
- * NOTES
- * JavaScript code.
- *
- *****/
-
-
- /*
- * add DefaultLocale (a NOF.UTIL.Locale instance with system locale) to NOF.UTIL namespace
- */
- NOF.addVariable("UTIL.DefaultLocale", NOF.App.getDefaultLocale());
- }